Welcome![Sign In][Sign Up]
Location:
Search - natural spline

Search list

[Other resource样条

Description: 样条插值函数,插值边界条件为自然边界条件。运行编写环境C-spline interpolation function, interpolation boundary conditions for the natural boundary conditions. Operation C-environment
Platform: | Size: 1253 | Author: 李一 | Hits:

[OpenGL programthree_curve

Description: 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
Platform: | Size: 102135 | Author: 珠海 | Hits:

[Other resourcepolyfit

Description: 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2) least-squares method curve fitting cubic spline interpolation (natural boundary conditions)
Platform: | Size: 4131 | Author: 石林 | Hits:

[Algorithm样条

Description: 样条插值函数,插值边界条件为自然边界条件。运行编写环境C-spline interpolation function, interpolation boundary conditions for the natural boundary conditions. Operation C-environment
Platform: | Size: 1024 | Author: 李一 | Hits:

[OpenGL programthree_curve

Description: 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
Platform: | Size: 101376 | Author: 珠海 | Hits:

[Algorithmpolyfit

Description: 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2) least-squares method curve fitting cubic spline interpolation (natural boundary conditions)
Platform: | Size: 4096 | Author: 石林 | Hits:

[Algorithmchazhisuanfa

Description: 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。-Known f (xn) = yn, n = 0,1,2, ..., N seeking the passage of the N+ 1 nodes ((xn, yn) | n = 0,1,2, ..., N) of the intercalation value function Pn (x). Design a specific procedure, namely the use of Lagrange interpolation, Newton interpolation and three natural three-spline algorithm to map out the corresponding interpolation curve. Using three different colors to indicate the three curve interpolation methods over a period of range of interpolation function. Requirements of dynamic display curve drawing the whole process.
Platform: | Size: 16384 | Author: jack | Hits:

[Mathimatics-Numerical algorithmslagrange

Description: 实现10次lagrange插值L(x)和三次样条插值,三次样条插值利用自然边界条件-Lagrange interpolation realize 10 times L (x) and cubic spline interpolation, cubic spline interpolation using the natural boundary conditions
Platform: | Size: 1024 | Author: 刘蒲霞 | Hits:

[Mathimatics-Numerical algorithmssanciyangtiaochazhi

Description: 三次样条插值,输入边界条件1: 已知两端的一阶导数 2:两端的二阶导数已知,默认:自然边界条件\n求出三次样条插值函数-Cubic spline interpolation, type 1 boundary conditions: known at both ends of the first order derivative 2: at both ends of the second derivative is known, by default: the natural boundary conditions obtained cubic spline interpolation function
Platform: | Size: 1024 | Author: 高俊华 | Hits:

[Algorithmbb

Description: 三次自然样条插值算法,动态实现全过程,很不错的代码-Three natural spline interpolation algorithm, dynamic realize the whole process, very good code
Platform: | Size: 1024 | Author: 纪伟 | Hits:

[Mathimatics-Numerical algorithmsspline.Qt4

Description: Class for construction of cubic natural and periodic splines. Allows to construct the spline passing through set points. Using Qt4.
Platform: | Size: 3072 | Author: denzha | Hits:

[Windows Developnatural-cubic-spline-interpolation

Description: 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
Platform: | Size: 153600 | Author: 姜北樵 | Hits:

[2D GraphicNA-18

Description: A C++ Program to construct Natural Cubic Spline Interpolant from the given data
Platform: | Size: 2048 | Author: Alaoui | Hits:

[matlabinsert

Description: 插值问题:实现了三次自然样条插值函数和Lagrang插值多项式-Interpolation: Implementation of three natural spline interpolation polynomial functions and Lagrang
Platform: | Size: 5120 | Author: 刘华杰 | Hits:

[Mathimatics-Numerical algorithmsszfxShiYan7

Description: *C++实验计算三次自然样条插值,数值分析实验内容。 -* C++ test three times a natural spline interpolation calculation
Platform: | Size: 507904 | Author: YangForm | Hits:

[matlabNaturalSp

Description: 计算自然样条曲线的MATLAB程序 输入的量X和Y分别是由节点(x_i,y_i)(i=0,1,2,...,n)的横坐标和纵坐标组成的向量。-A Matlab program for calculate natural spline
Platform: | Size: 1024 | Author: 门闯社 | Hits:

[Algorithmspline

Description: 三次样条函数插值,用于数值计算;内部有高效的子程序。已经写出的样条函数:自然样条;边界导数限定样条。-The program is used in Cubic spline interpolation for numerical calculation,with efficient internal subroutine. It has been written some spline functions: natural spline the boundary derivative qualified spline.
Platform: | Size: 2048 | Author: linmt | Hits:

[JSP/JavaLagrangian

Description: 通过上机实现拉格朗日、牛顿和三次自然样条三种插值算法,了解并掌握拉格朗日、牛顿和三次自然样条三种插值算法的内涵。通过动态演示曲线生成全过程,分析并比较三种插值算法的优缺点,深刻理解这些算法。-Lagrange, Newton-on and three natural spline the three interpolation algorithm, to understand and grasp the meaning of Lagrange, Newton, and three natural spline three interpolation algorithm. The whole process of through dynamic presentations curve generated to analyze and compare the advantages and disadvantages of the three interpolation algorithm, a deep understanding of these algorithms.
Platform: | Size: 1024 | Author: 类铭辰 | Hits:

[AlgorithmNatural-boundary-

Description: 三次样条插值之自然边界条件 希望能够对大家有所帮助。-Natural boundary conditions of the cubic spline interpolation hope to be able to help.
Platform: | Size: 9216 | Author: yu | Hits:

[Algorithmspline

Description: Code to find natural splines
Platform: | Size: 1024 | Author: Kaniballos | Hits:
« 12 »

CodeBus www.codebus.net